home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Systeme
/
whocrashed
/
whocrashedSetup.exe
/
{app}
/
WhoCrashedEx.exe
/
0
/
RCDATA
/
TCRASHCONFIGFORM
/
TCRASHCONFIGFORM.txt
Wrap
Text File
|
2012-11-05
|
2KB
|
89 lines
object CrashConfigForm: TCrashConfigForm
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Crash Dump Configuration'
ClientHeight = 314
ClientWidth = 645
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 21
Top = 133
Width = 86
Height = 13
Caption = 'Crash dump type:'
end
object ButtonCrash: TButton
Left = 103
Top = 289
Width = 81
Height = 25
Caption = 'Crash!'
Enabled = False
TabOrder = 0
end
object Button2: TButton
Left = 16
Top = 289
Width = 81
Height = 25
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 1
end
object buttonHelp: TButton
Left = 472
Top = 289
Width = 81
Height = 25
Caption = '&Help'
ImageAlignment = iaRight
ImageIndex = 9
ImageMargins.Right = 10
Images = MainForm.ImageListMenu
ModalResult = 9
TabOrder = 2
end
object memoCrashDumpTest: TMemo
Left = 16
Top = 17
Width = 601
Height = 89
BevelInner = bvSpace
BevelOuter = bvRaised
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Lines.Strings = (
'memoCrashDumpTest')
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object ComboBoxDumpType: TComboBox
Left = 168
Top = 130
Width = 449
Height = 21
TabOrder = 4
Items.Strings = (
' Disabled (0)'
' Full memory dump (1)'
'Kernel memory dump (2)'
'Minidump (3) ')
end
end